home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0627.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  1.0 KB  |  42 lines

  1.  
  2.  
  3. >  Date: Wed, 27 Jan 93 11:20:45 CST
  4. >  From: Dan Connolly <connolly@pixel.convex.com>
  5. >  
  6.  
  7. >  I just wanted to take the opportunity to point out once again
  8. >  that the <ISINDEX> strategy for marking up searchable documents
  9. >  is less than optimal.
  10. >  
  11.  
  12. >  Inline "search this anchor" elements are preferable, at least
  13. >  to me.
  14.  
  15.  
  16. OK, Dan, I see you aren't going to give up on this one :-).  As
  17. we want to be able to map Gopher modes effectively too, how about
  18. using a link type:
  19.  
  20.  
  21. <dl>
  22. <dt><a name=dub href="dubliners.html">Dubliners<dd>by James Joyce
  23. <dt><a name=ulysses href="ulysses.html">Ulysses<dd>by James Joyce
  24. [etc]
  25. <dt><a name=something REL=SEARCH href=somepointer>Search<dd>the above  
  26. texts for
  27. a name or keyword
  28. </dl>
  29.  
  30. The "SEARCH" relationship is a presentation instruction a bit like  
  31. "EMBED" or "PRESENT".  It means, "Don't just jump to this, search it  
  32. immediately".   A nice thing about it is that if the browser doesn't
  33. understand it, then it will still work, just not be presented in the
  34. way the author had intended.
  35.  
  36. What do you think?
  37.  
  38. >  Dan
  39.  
  40. Tim
  41.  
  42.